home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Util / conv / Acvt.readme < prev    next >
Text File  |  2004-09-23  |  2KB  |  56 lines

  1. Short:        Converts between Atari XL/XE's XFD,SCP,ATR,DCM,DI diskimage formats
  2. Author:       Jindrich Kubec (kubecj@asw.cz). Amiga port by Voy/SSG^Dial^SWAT
  3. Uploader:     Wojciech Pasiecznik/Voy/SSG^Dial^SWAT (voydial@wp.pl)
  4. Version:      1.07
  5. Type:         util/conv
  6. Replaces:     misc/emu/acvt.lha
  7. Distribution: GNU Public License
  8. Requires:     ixemul.library
  9.  
  10. Description:
  11. ------------
  12. Converts between XFD-SCP-ATR-DCM-DI formats.
  13.  
  14. ATR - SIO2PC images
  15. XFD - XFormer images
  16. DCM - DiskCommunicator images
  17. SCP - SpartaDos SCOPY images
  18. DI  - XL/ST link / XLDJ disk images
  19.  
  20. It's replacement for DOS version of Steven Tucker's Imagic.
  21. It's in fact better because:
  22. 1) It's free.
  23. 2) It comes with source.
  24. 3) Therefore it could be ported to another architectures.
  25. 4) Contains less bugs. (Hope so.)
  26. 5) Can repair some invalid images.
  27. 6) Now also supports DI file format.
  28.  
  29.  
  30. Usage:
  31. ------
  32. Acvt [options] sourcefile [destfile]
  33.  
  34. -help         -this help
  35. -v            -verbose output
  36. -atr          -output is ATR
  37. -di           -output is DI
  38. -xfd          -output is XFD
  39. -scp          -output is SCP
  40. -dcm          -output is DCM
  41. -batch        -batch mode
  42. -errstop      -in batchmode stop on first error
  43. -over         -turns on file overwriting
  44. -autorepair   -auto repair mode
  45. -norepair     -don't repair
  46. -test         -only test input files
  47. -classic      -force to create 'classic' disk formats
  48.  
  49.  
  50. Uploader's note:
  51.  
  52. I've ported this cool utility to Amiga once again, because the previous port
  53. (by Stefan Haubenthal <polluks@sdf.lonestar.org>) did not work at all :(.
  54. This version has a full functionality (I hope so ;) - I've tested this
  55. port with many diskimages... ^_^
  56.